@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

.page_veiligheidsmonitor #qs-container {
	max-width: 100%;
	padding: 0;
}

.swingreport {
    background-color: #f1f1f1;
    font-family: 'PT Sans',sans-serif;
    letter-spacing: .02em;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}



#dashboardheader {
	font-family: 'Source Sans Pro';
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
			box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5);
}


#innerheader {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

#innerheader {
	line-height: 60px;
}
#innerheader:after {
	content: "";
	display: block;
	clear: both;
}
#pull {
	color: #000;
}
	#innerheader h1, .header_title {
		float: right;
		margin: 10px 0 0;
		color: #000;	
		font-size: 1.5rem;
		font-weight: normal;
	}
	
    #logo {
        float: left;
        height: 60px;
        margin-top: 10px;
        vertical-align: bottom;
        transition: .3s;
    }
    
	#custommenu {
		float: left;
		padding: 0 0 10px 2rem;
		margin: 0;
		font-size: 15px;
	}
	
	#custommenu>li {
		display: inline-block;
		margin: 0;

	}
	
		#custommenu a {
			position: relative;
			display: block;
			height: 47px;
			margin: 10px 0.5rem;
			color: #000;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#custommenu a:before {
			content: "";
			position: absolute;
			right: 51%;
			bottom: 0;
			left: 51%;
			height: 3px;
			background: #003B5D;
			-webkit-transition-duration: .3s;
					transition-duration: .3s;
		}
		#custommenu a:hover:before, #custommenu a:focus:before, #custommenu a:active:before, .active:before {
			right: 0!important;
			left: 0!important;
		}

	#pull {
		display: none;
	}













#custompagecontent {
    width: 100%;
}

#custompagecontent > h1:first-of-type {
	display: none;
}

.logo {
    height: 90px;
    float: right;
     margin-top: 7px;
}

.wp-header-img {
    height: 450px;
    background: url(images/background.jpg) no-repeat top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 29%;
    max-width: 100vw;
}

.wp-content h1, h2, h3 {
    margin-bottom: 1em;
}

div#content h1 {
	margin: 0;
}

.wp-content-intro h2 {
    margin: 0 0 0.5em 0!important;
}

.bottom-section h2 {
    margin: 0 0 0.5em 0!important;
}



.wp-content {
	padding: 0 30px;
	max-width: 1920px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	
}

.wp-content-intro {
    background: #FFF;
    width: 100%;
    padding: 1rem 2rem;
    margin-top: -70px;
    box-sizing: border-box;
}

.wp-content-intro h1 {
    text-align: center;
}

.btn {
    background-color: #F1F1F1;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: #094350;
    position: relative;
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 0px 15px;
    font-family: "TheMixBold", sans-serif;
    font-weight: 600;
    margin: 5px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
}

#info-popup-wijkanalyse ul {
    padding: 0;
    margin: 0;
}

#info-popup-wijkanalyse ul li {
    list-style: none;
}

#info-popup-wijkanalyse ul li span {
    font-weight: 700;
}


.panel-section {
    position: relative;
    background: #FFF;
    padding: 1.5em 1.5em 1em 1.5em;
    box-sizing: border-box;
   
}

.wp-content h2 {
    font-size: 1.8em;
    margin-bottom: .5em;
}

.wp-content h3 {
    font-size: 1.2em;
    margin-top: 0;
}

.top-section {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	box-sizing: border-box;
}

.bottom-section {
    background: #FFF;
    width: 47%;
    padding: 2em;
    margin: 0 auto 80px auto;
}


.left-panel, .right-panel {
    flex: 25%;
    max-width: 25%;
}

#level-select {
	padding: 10px 0 10px 10px;
  border: 1px solid black;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}


#mapContainer {
    float: none;
    width: 100%;
    padding: 0;
    background: #FFF;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-sizing: border-box;
    height: auto !important;
}

#map {
	height: 650px;
}


.middle-panel {
	flex: 47%;
	max-width: 47%;
}

.middle-panel h3 {
	text-align: center;
	padding: 0 25px;
}

#bmt_title span.area-title:first-of-type {
    display: block;
    font-size: 1.3em;
    color: #003B5D;
}

#bmt_chart {
    width: 100%;
    height: 600px;
}

#bmt_legend {
    margin-top: 20px;
    text-align: center;
}

#bmt_legend ul {
	list-style: none;
    display: inline-block;
    margin: auto;
    padding: 0;
}

#bmt_legend ul  li {
	display: inline-block;
    margin: auto;
    font-size: 14px;
}

#bmt_legend ul.kwantitatief {
	vertical-align: top;
	margin-top: -10px;
}

/* cta btns */

.cta_btns {
    margin-top: 20px;
    margin-bottom: 15px;
	text-align: center;
}


/*Legend*/
.chart-legend {
	max-height: 700px;
	overflow-y: auto;
}
.chart-legend p {
	padding-right: 20px;
}
.chart-legend table {
	width: 100%;
	margin-bottom: 20px;
}
.chart-legend tr th, .chart-legend tr td {
	padding: 8px 7px;
	text-align: left;
	font-size: 0.8rem;
}
.chart-legend tr th.selected, .chart-legend tr td.selected {
	background-color: #F3F5F6;
}
.chart-legend tr td a, .chart-legend tr th a, p a {
	text-decoration: none;
    border-bottom: solid 1px #003B5D;
    color: black;
}

.chart-legend tr td:not(:first-child), .chart-legend tr th:not(:first-child) {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}

.chart-legend tr {
	border-bottom: 1px solid #FFF;
}
.chart-legend thead tr {
	border-bottom: 2px solid #3f3f3f;
	font-weight: 600;
}
/* End Legend */

.bottom-section {
    background: #FFF;
    width: 47%;
    padding: 2em;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

.search-wrapper {
	max-width: 100%;
}

.linkurl::before {
    font-family: "Font Awesome 6 Pro";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    content: '\f1c1';
	margin-right: 5px;
	color: #FFF;
}

.download-wrapper {
    position: absolute;
    right: 1.5em;
	top: 30px;
}

#geoitem-search {
    position: relative;
}

.geoitem-search input {
	position: relative;
	background: url(images/search-black.svg) no-repeat center right 10px;
	background-size: auto 21px;
	width: 100%;
	padding: 15px 45px 15px 15px;
	border: 1px solid #094350;
	font-size: 17px;
	z-index: 6;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#result_List {
	position: absolute;
	width: 100%;
	background: #FFF;
	z-index: 10;
	box-shadow: 2px 2px 20px -14px #595959;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

#result_List .autoComplete_result {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: thin solid #e3e3e3;
	font-size: 17px;
}

#result_List .autoComplete_result:last-child {
	border-radius: 0;
}

#result_List .autoComplete_highlighted {
	opacity: 1;
	color: #094350;
	font-weight: bold;
}

#result_List a {
	color: #313131;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	display: inline-block;
}

#result_List .autoComplete_result:hover {
	cursor: pointer;
	border: none;
	border-bottom: thin solid #e3e3e3;
	background-color: #094350;
}

#result_List .autoComplete_result:hover a {
	color: #fff;
}

#result_List .autoComplete_result:hover .autoComplete_highlighted {
	color: rgb(231 201 222);
}




.download-wrapper {
    position: absolute;
    right: 1.5em;
    top: 30px;
}



#download-button {
    color: #003B5D;
}


button.show-popup {
	display: inline-block;
    background-color: #F1F1F1;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: #003B5D;
    position: relative;
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 0 15px 0 40px;
    font-family: "TheMixBold", sans-serif;
    font-weight: 600;
    margin: 5px;
}

 button.show-popup::before {
    content: '';
    position: absolute;
    background: url(images/info-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
	left: 10px;
	top: 50%;
    transform: translateY(-50%);	
}

button.show-popup:active {
	color: #FFF!important;
}

button.show-popup:focus {
	color: #FFF!important;
}


/* Popup */

body.popup-active {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

.info-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100;
	display: none;
}

.info-popup-inner h2 {
	font-size: 1.4em;
	padding-right: 40px;
	margin: 0;
}

.info-popup.close {
	display: none;
}

.info-popup-inner {
	position: relative;
    height: 60vh;
	padding: 0 40px 40px 40px;
    margin: 20vh auto 0 auto;
    flex-wrap: wrap;
    background: #F0F7FC;
    max-width: 960px;
	width: 100%;
	box-sizing: border-box;
    z-index: 100;
}

.info-popup-close {
	position: absolute;
	box-sizing: border-box;
	height: 20px;
	width: 20px;
	cursor: pointer;
	right: 40px;
	top: 30px;
}

.info-popup-close-btn {
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
    position: relative;
    background: none;
    text-indent: -9999px;
}

.info-popup-close-btn:focus {
	background-color: #FFF!important;
}

.info-popup-close-btn:active{
	background-color: #FFF!important;
}




.info-popup-close-btn::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/close-btn.svg?v2);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;	
}


.info-popup-tekst {
    box-sizing: border-box;
    width: 100%;
    line-height: 1.7;
    overflow-y: auto;
	height: calc(100% - 80px);
	padding-right: 20px;
	
}

.close-space {
	padding: 25px 0;
}

.tab-btn{
	background-color: #007FAB;
	margin: 0 10px 10px 0;
	width: 120px;
    height: 40px;
    border: none;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
}

.tab-btn.active-tab {
    background-color: #014f6a;
}

.info-popup-tekst ul {
	margin-left: 40px;
}

.info-popup-tekst h1 {
	font-size: 22px;
	margin-bottom: 30px;
}

.info-popup-tekst h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1em;
}

.info-popup-tekst td, th {  
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding-right: 30px;
}

.info-popup-tekst table {
  width: 100%;
  margin-bottom: 30px;
}

.info-popup-tekst th, td {
  padding: 10px 0;
  
}

.info-popup-tekst th {
		font-weight: 600;
}

.info-popup-tekst td:first-child {
    width: 20%!important;
	font-weight: 600;
	font-size: 0.9em;
	padding-right: 30px;
}


@media screen and (max-width: 1500px) {
    .top-section {
        flex-wrap: wrap;
    }
    .left-panel {
    	flex: 42%;
    	max-width: 42%;
    }
    .middle-panel {
        flex: 55%;
        max-width: 55%;
        margin-right: 0;
        margin-left: 3%;
    }
    .right-panel {
    	flex-basis: 100%;
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 980px) {
	.wp-content-intro,
	.bottom-section  {
		width: 100%;
    }
    .top-section {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .left-panel {
    	flex: 100%;
    	max-width: 100%;
    	margin-bottom: 20px;
    }
    .middle-panel {
        flex: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .right-panel {
    	flex-basis: 100%;
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}
/*Start radio button*/

#custompage .toggle-switch ul {
	padding-left: 0;
	margin: 0;
} 

.left-panel {
	padding-bottom: 0;
}

.left-panel .map-controls {
	width: 100%;
	min-width: 250px;
	margin-right: 0;
}

.left-panel h2 {
	margin-bottom: 20px;
	text-align: center;
}

.panel-section h2 {
	margin-bottom: 20px;
}

div#custompagecontent.profieltaart .map, div#custompagecontent.Profieltaart .map {
	width: 100%;
	height: 461px;
}

.toggle-section {
	margin: 20px 0 20px 0;

}

.toggle-switch {
	display: block;
	width: 221px;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	border-radius:50em;
	border: none;
}

.toggle-switch.disabled {
	pointer-events: none;
	opacity: 0.5;
}

:root {
	--radio-switch-width: 186px;
	--radio-switch-height: 46px;
	--radio-switch-padding: 3px;
	--radio-switch-radius: 50em;
	--radio-switch-animation-duration: 0.3s
}

.radio-switch {
	position: relative;
	display: inline-block;
	display: inline-flex;
	border-radius: 50em;
	background-color: #f1f1f1;
	padding: 0;
}



.radio-switch__item {
	position: relative;
	display: inline-block;
	height: 39px;
	width: 168px;
}

.radio-switch__label {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 50em;
	line-height: 39px;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 600;
	user-select: none;
	transition: all 0.1s;
	color: #094350;
}

.radio-switch__input:checked~.radio-switch__label {
	background-color: #094350;
	color: hsl(0, 0%, 100%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.radio-switch__input:focus-visible + label {
    border: 2px solid #000;
    height: 38px;
    line-height: 34px;
}


.radio-switch__marker {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	border-radius: 50em;
	background-color: #227b3c;
	height: 40px;
	width: 110px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.radio-switch__input:checked~.radio-switch__marker {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.radio-switch .radio-switch__item label:before {
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 6 Pro";
	font-weight: bold;
	color: inherit;
}

.radio-switch .radio-switch__item:first-child label:before {
	content: "\f3c5";
}

.radio-switch .radio-switch__item:last-child label:before {
	content: "\f073";
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tiles h2 {
	width: 100%;
	margin-bottom: 2rem;
	text-align: center;
}

.tiles a {
    color: #003B5D;    
	text-decoration: none;
}

.v_tile {
    display: inline-block;
    width: 11%;
    padding: 20px;
    border-top: 5px solid #4C7AA6;
    background: #FFF;
    text-align: center;
    box-sizing: border-box;
    transition: .2s;
    cursor: pointer;
}

.v_tile.empty {
    height: 0;
    background: none;
    border: none;
    padding: 0;
    display: none;
}

.v_tile h3 {
    font-size: 1em;
}

.v_factsheet {
	background: #ffffff;
	border-top: 5px solid #2d4963;
}

.v_tijdreeks {
	background: #ffffff;
	border-top: 5px solid #83AEDD;
}

.v_factsheet a {
	color: #1A206D;
}

.v_tile:hover {
    box-shadow: 2px 2px 10px 0 rgb(145 145 145 / 50%);
}

.v_tile img {
    width: 70%;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media screen and (max-height: 750px){
	.info-popup-inner {
		height: 70vh;
		padding: 0 20px 20px 20px;
		margin: 120px auto 0 auto;
	}
}

@media screen and (max-width: 1650px) {
    .v_tile {
        width: 14.5%;
        margin-bottom: 30px;
    }
    .v_tile.empty {
        display: block;
    }
}

@media screen and (max-width: 1450px) {
	.v_tile {
		width: 18%;
	}
}

@media screen and (max-width: 1140px) {
	.v_tile {
		width: 23%;
	}
}

@media screen and (max-width: 910px) {
	.v_tile {
		width: 30%;
	}
}

@media screen and (max-width: 680px) {
	.v_tile {
		width: 48%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	.v_tile {
		width: 100%;
	}
}


@media all and (min-width: 1px) and (max-width:1024px){
	#logo {
		width: 0;
		transition: .3s;
		display: none;
	}
	
	#custommenu {
		padding-left: 0;
	}
	.wp-header-img {
		height: 350px;
	}
}

@media screen and (max-width: 950px) {
	.info-popup-inner {
		height: 100vh;
		padding: 0 20px 20px 20px;
		margin: 0 auto;
	}
}


@media all and (min-width: 1px) and (max-width:900px){
	#innerheader h1 {
		margin-top: 0;
	}
	
	#pull {
		display: inline-block;
		width: 33px;
		height: 48px;
		padding-left: 15px;
		padding-bottom: 8px;
		text-decoration: none;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
	}
	
	#custommenu {
		display: block;
		position: absolute;
		left: 0;
		padding-bottom: 0;
		background:#fff;
		-webkit-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		   -moz-box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
				box-shadow: 3px 3px 3px -1px rgba(0,0,0,.5);
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}
	#custommenu a {
		font-size: 1rem;
		padding: 10px 1rem;
		margin: 0;
	}	
	
	#custommenu a.active {
		background: #F4F4F4;
	}
	
	#custommenu a:hover {
		background: #F4F4F4;
	}
	
	#custommenu a:before {
		display: none;
	}
	
	#custommenu {
		display: none;
		overflow: hidden;
	}
	
	.menuopen~#custommenu {
		display: block;
		height: 340px;
	}
	
	#custommenu li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
}

/*End radio button*/
@media screen and (max-width: 830px) {
	.wp-content-intro,
	.bottom-section  {
		padding: 1em;
    }
    .left-panel {
    	flex: 100%;
    	max-width: 100%;
    	height: auto;
    }
    .middle-panel {
        flex: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0px;
    }
    #bmt_chart {
        height: 500px;
    }
}

@media screen and (max-width: 600px) {
	.wp-header-img {
		height: 250px;
	}
	.wp-content {
		padding: 0 15px;
	}
	
	.panel-section {
		padding: 15px;
	}
}

@media screen and (max-width: 450px) {
	.wp-content {
		padding: 0 10px;
	}
	
	.radio-switch__item {
        width: 145px;
    }
    
    .radio-switch__label {
        font-size: 0.9em;
    }
}
